func internal/runtime/maps.rand

7 uses

	internal/runtime/maps (current package)
		map.go#L269: 	m.seed = uintptr(rand())
		map.go#L333: 	m.seed = uintptr(rand())
		map.go#L678: 		m.seed = uintptr(rand())
		map.go#L765: 	m.seed = uintptr(rand())
		runtime.go#L22: func rand() uint64
		table.go#L694: 	it.entryOffset = rand()
		table.go#L695: 	it.dirOffset = rand()